

body {
    position: relative;
    overflow-x:hidden;
    background: #f7f7fc;
    font-family: 'Roboto', sans-serif;

}


.layerscollection{
    float: left;
    margin-right: 10px;
    text-transform: none;
}

.layerscollection:hover{
    cursor:pointer;
    text-decoration: underline;
}

a:hover{
  color:white;
  text-decoration:none;
}

body,
html { height: 100%;}



#hero{
    position:relative;
}

#hero video{
    height:100%;
    width:100%;
    background-position: absolute;
    z-index:10;
    object-fit:cover;
}

#hero .content{
    background:rgba(0,0,0,0.5);
    height:100%
    width:100%
    z-index:20;
    position:absolute;
    top:0;
    left:0;
}


#hero .content h1{
    color:#fff;
    font-weight:600;
}

#hero .content h3 {
    color:#fff;
    font-weight:300;
}


#mapid {

    height:300px;
    width:100%;

}


.btn-primary {
    color: #fff;
    background-color: #e9c46a;
    border-color: #e9c46a;
}
.btn-primary:hover {
    color: #fff;
    background-color: #e2a613;
    border-color: #e2a613;
}

/*---------------------------------
sidebar
----------------------*/
#prediction-slider {
    width: 3em;
    height: 1.7em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
  }

#sidebar-wrapper {
    z-index: 1000;
    height: 100%;
	width:0px;
	left: -50px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #212529;
    /*transition: all 0.1s ease;*/
}
#sidebar-wrapper-3 {
    z-index: 1000;
    height: 100%;
	width:0px;
	left: -72px;

    background: #212529;
    /*transition: all 0.1s ease;*/
}


#sidebar-wrapper::-webkit-scrollbar {
    width: 8px;
    background: #264653;
}

#sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color:#989898;
	border-radius:10px;
}

/*---------------------------------
sidebar2
----------------------*/
.quickcodb{
    color: #264653;
    font-size: 14px;

}

.quickCODBlist-layer {
    font-size: 12px;
}
.quickCODBlist-row{
    padding-left:10px;
    padding-right:10px;
}

#sidebar-wrapper-2 {
    z-index: 1000;
    height: 100%;
	width:0px;
	left: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
    /*transition: all 0.1s ease;*/
}


#sidebar-wrapper-2::-webkit-scrollbar {
    width: 8px;
    background: #ffffff;
}

#sidebar-wrapper-2::-webkit-scrollbar-thumb {
    background-color:#989898;
	border-radius:10px;
}

.sidebar-brand {
    font-weight: 600;
    font-size: 1.15rem;
    padding: 1.15rem 1.5rem;
    display: block;
    color: #f8f9fa;
}
.sidebar-header{
	text-transform:capitalize;
    padding: 1.5rem 1.5rem .375rem!important;
    font-size: 14px;
    color: #ced4da;
}

.navbar-nav > li > a ,.submenu-box ul li {
    color:gray!important;
    text-transform: capitalize;
    font-size: 13px;
	  padding:10px 10px 10px 20px!important;
    display: block;
    font-weight: 400;
    position: relative;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .2px;
}

.submenu-box ul li {
 padding:4px 10px 4px 0px!important;
  color:#c1c1c1!important;
}



.navbar-nav > li > a.active{
     color: #e9ecef!important;
    /*background: linear-gradient(90deg,rgba(59,125,221,.1),rgba(59,125,221,.0875) 50%,transparent);*/
    border-left:4px solid #3b7ddd;
}

.navbar-nav .has-sub > a.collapsed::after {
    transition: 0.4s ease;
}

.navbar-nav .has-sub > a.collapsed::after {
    color:gray;
    font-size: 10px;
    content: "\f078";
}
.navbar-nav .has-sub > a.collapsed::after {
   color:gray;
}

.navbar-nav .has-sub > a::after {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    color:gray;
    display: block;
    content: "\f077";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 13px;
    line-height: 30px;
    margin-top: -15px;
}



#wrapper.toggled {
    padding-left: 270px;
}

.toggled#infoboxmap {
    display: none;
}

.toggled#sidebar-wrapper {
    width:220px!important;
    height: 100%;
     left: 0px;
    overflow-y:auto;
    overflow-x:hidden;
   /* transition: all 0.1s ease; */
}

.toggled#sidebar-wrapper-3 {
    width:72px!important;
    height: 100%;
     left: 0px;

   /* transition: all 0.1s ease; */
}

.toggled#sidebar-wrapper-2 {
    width:660px!important;
    height: 100%;
     left: 220px;
    overflow-y:auto;
    overflow-x:hidden;
    z-index:1002;
        opacity: 0.9;
   /* transition: all 0.1s ease; */
}
.rpimage{
    width:650px;

}
#sidebar-wrapper-2 th{
    font-size:13px;

}

.rp_square_plot{
    table-layout:fixed;
    width: 800px;
}
.rp_square_plot th{
    font-size:8px!important;
     padding-left: 2px!important;
}
#sidebar-wrapper-2 h5{
    padding-left:5px;

}

.navbar-nav li{
  display:block!important;
  margin:2px 0px;
}

/*
.nav-item .nav-link{
    display:block;
    color:white!important;
	text-transform:capitalize;
    text-decoration: none;
    padding:6px 10px;
    transition:0.4s ease;
}
*/
.navbar-nav > li > a i:before{
  margin:0px 5px 0px 0px;
  font-size:14px;
}


/*---------------------------------
sidebar
----------------------*/






/*---------------------------------
  main-content
----------------------*/

#page-content-wrapper {
    width:calc(100% - 72px);
    margin-left:72px;
	/*transition: all 0.1s ease;*/
}




#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;

/*	transition: all 0.1s ease; */
}

 .toggled#page-content-wrapper{
  margin-left:220px;
/*  transition: all 0.1s ease; */
 }

 @media only screen and (min-width:992px){
 .toggled#page-content-wrapper{
    width:calc(100% - 220px);
	}
 }

/*---------------------------------
  main-content
----------------------*/



/*---------------------------------
cross-bar animation
----------------------*/
.tob-bar-left-icon{
    color:#6c757d;
}
.tob-bar-left-icon:hover{
    color:#343a40;
}

.nav-icon1{
  z-index: 999;
  position:relative;
  display: block;
  width:23px;
  margin:0px 30px 0px 25px;
   cursor:pointer;
  height: 25px;
}


.nav-icon1 span{
  position:absolute;
  top:0;
  width:100%;
  height:3px;
  cursor:pointer;
  background-color:#5d5d5d;
  left:0;
  transform:rotate(0deg);
  transition:.30s ease-in-out;
}

/*
.nav-icon1:hover span:nth-of-type(1){
  top:-3px
}

.nav-icon1:hover span:nth-of-type(3){
  top:19px;
}
*/

.nav-icon1 span:nth-of-type(1){
   top:0;
}

.nav-icon1 span:nth-of-type(2){
   top:8px;
}

.nav-icon1 span:nth-of-type(3){
   top:16px;
}

.nav-icon1.open span:nth-of-type(1){
   top:8px;
   transform:rotate(135deg);
}

.nav-icon1.open span:nth-of-type(2){
   top:8px;
   opacity:0;
   left:-30px;
}

.nav-icon1.open span:nth-of-type(3){
   top:8px;
   transform:rotate(-135deg);
}


/*---------------------------------
cross-bar animation
----------------------*/



/*---------------------------------
header navbar design
----------------------*/
.my-navbar{
  padding:0px;
  background-color:white;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);

  height: 40px;
}

.my-navbar-2{
  padding:0px;
  background-color:white;
  border-right: 1px solid rgba(0,0,0,.16);
  /*box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);*/
  height: 100%;
}

.text-gray-600 {
    color: #858796!important;
}
.nav-link .img-profile {
    height:35px;
    width:35px;
}

.navbar-nav > li > a >i{
    font-size: 18px;
    color:#b3b3b3;
	margin:8px 0px 0px 0px;
	padding:0px;
}

.badge-counter {
    position: absolute;
    transform:scale(.7);
    transform-origin: top right;
    right:6px;
	margin-top:4px;
}


.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

.nav-flag, .nav-icon {
    padding: .1rem .8rem;
    display: block;
    font-size: 1.5rem;
    color: #6c757d;
    transition: background .1s ease-in-out,color .1s ease-in-out;
    line-height: 1.4;
}


.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-nav .dropdown-menu {
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.05);
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.dropdown-menu-lg {
    min-width: 20rem;
}


.position-relative {
    position: relative!important;
}

.nav-item .indicator {
    background: #3b7ddd;
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.05);
    border-radius: 50%;
    display: block;
    height: 18px;
    width: 18px;
    padding: 1px;
    position: absolute;
    top: 0;
    right: -8px;
    text-align: center;
    transition: top .1s ease-out;
    font-size: .675rem;
    color: #fff;
}

/*---------------------------------
 header navbar design
----------------------*/



/*---------------------------------
main-top card
----------------------*/


.card {
    margin-bottom: 24px;
	border:none;
    box-shadow: 0 0 0.875rem 0 rgba(33,37,41,.05);
}

.card-body {
   /* flex: 1 1 auto;*/
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {

}

.card-body h1{
font-size: 1.75rem;
font-weight: 400;
    line-height: 1.2;
    color: #000;
}


.text-gray-800 {
    color: #5a5c69!important;
	font-size: 1.75rem;
	font-weight: 400;
    line-height: 1.2;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
}


.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}


.font-16 {
    font-size: 16px;
}



/*---------------------------------
main-top card
----------------------*/




/*---------------------------------
main-table
----------------------*/


 .m-r-10 {
    margin-right: 10px;
}
.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.btn-info {
    color: #fff;
    background-color: #2962FF;
    border-color: #2962FF;
}

.btn-orange {
    color: #212529;
    background-color: #fb8c00;
    border-color: #fb8c00;
}

.btn-success {
    color: #fff;
    background-color: #36bea6;
    border-color: #36bea6;
}
.btn-purple {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
}

.card .card-title {
    position: relative;
    font-weight: 600;
    margin-bottom: 10px;
}


.card .card-subtitle {
    font-weight: 300;
    margin-bottom: 10px;
    color: #a1aab2;
	  margin-top: -0.375rem;
}
.quick-model-table{
margin-left: -25px!important;
font-size: 14px;
}

.quick-model-table th{
   padding:1px 1px!important;
}
.quick-table-headers-top{
    width: 18px;
        height: 55px;
}

.quick-table-headers-top th{
    padding:0px 0px!important;

}

.table h5{
      font-size: 16px;
	  font-weight:600;
	  color:#585858;
}

table {
 border-collapse: collapse;
 --table-border-width: 1px;
}
th.rotate {
  white-space: nowrap;
  position: relative;
}
th.rotate > div {
  /* place div at bottom left of the th parent */
  position: absolute;
  bottom: 0;
  left: 0;
  /* Make sure short labels still meet the corner of the parent otherwise you'll get a gap */
  text-align: left;
  /* Move the top left corner of the span's bottom-border to line up with the top left corner of the td's border-right border so that the border corners are matched
   * Rotate 315 (-45) degrees about matched border corners */
  transform:
    translate(calc(100% - var(--table-border-width) / 2), var(--table-border-width))
    rotate(270deg);
  transform-origin: 0% calc(100% - var(--table-border-width));
  width: 100%;
}
th.rotate > div > span {
  /* make sure the bottom of the span is matched up with the bottom of the parent div */
  position: absolute;
  bottom: 0px;
  left: 0;

}
td {
  /*border-right: var(--table-border-width) solid gray;
  text-align: right;*/
  /* make sure this is at least as wide as sqrt(2) * height of the tallest letter in your font or the headers will overlap each other*/
  min-width: 30px;
  padding-top: 2px;
  padding-left: 5px;

}


.models-header{
cursor: pointer;
}
.feature-header{
cursor: pointer;
}
/*---------------------------------
main-table
----------------------*/




/*---------------------------------
 footer
----------------------*/

footer.footer {
    padding: 1rem .875rem;
    direction: ltr;
    background: #fff;
}

footer.footer ul {
    margin:0px;
	list-style:none;
}

.footer ul  li{
 display:inline-block;
 margin:0px 7px;
}

.text-muted {
    color: #6c757d!important;
	font-size:14px;
}

.TOC-layers-group-name{
    padding-left: 0px!important;

    margin-right: 4px!important;
    margin-left: -24px!important;

}
.overlayLayers{
    padding-left:10px;
}

.baseLayers{
    padding-left:10px;
}
.submenu-box{
    padding-left:28px;
}
/*---------------------------------
footer
----------------------*/


.card-img-top{
    filter: grayscale(100%);
}


.card-img-top:hover{
    filter: grayscale(0%);
}

.legend_image{
    width: 154px;
    cursor:pointer;
}

.tooltip-inner {
    max-width: fit-content;
}

.filterkeywords{
    cursor:pointer;
}


#legend-on-map-div {
    position: absolute;
    bottom: 65px;
    right: 0px;
    z-index: 100000;
    cursor: move;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    width: 184px;
    height: 288px;
}


.legend-on-map-img{
    margin-bottom: 1px;
    background-color: #2125299c;
    width: auto;
    max-width:800px;
}

.svg-close-legend{
    color: #ffa00000;
    position: absolute;
    right: 0px;
    margin-top: 5px;
    margin-right: 5px;
    cursor:pointer;
}

.toggled#legend-on-map-div {
    display: none;
}


.levelalert {
  background-color: #ffa0008a;
  animation-name: lelevlaertcolor;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes lelevlaertcolor {
  0% {
    background-color: #ffa00000;
  }

  100 {
    background-color: #e9c46a;
  }

}

.levelalertplay {
  color: #ffa0008a;
  animation-name: lelevlaertcolorplay;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes lelevlaertcolorplay {
  0% {
    color: #ffa00000;
  }

  100 {
    color: #e9c46a;
  }

}


#infoboxmap{
    background-color: #ffffffba;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    z-index: 1000;
    position: absolute;
    top: 40px;
    right: 0px;
    font-size: 12px;

}


#infoboxmap_step{
    font-weight:bold;
}

#infoboxmap_pressurelevel{
font-weight:bold;

}

/*linecharts*/
.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 2px;
}







.line_nwp_IFS-ECMWF {
  fill: none;
  stroke: rgb(55, 126, 184);
  stroke-width: 2px;
}
.line_nwp_IFS {
    fill: none;
    stroke: rgb(55, 126, 184);
    color: rgb(55, 126, 184);
    stroke-width: 2px;
  }


.line_nwp_ICON {
    fill: none;
    stroke: rgb(77, 175, 74);
    color: rgb(77, 175, 74);
    stroke-width: 2px;
  }
.line_nwp_ICON-IMS {
  fill: none;
  stroke: rgb(77, 175, 74);
  stroke-width: 2px;
}

.line_nwp_ALADIN {
    fill: none;
    stroke: rgb(228, 26, 28);
    color: rgb(228, 26, 28);
    stroke-width: 2px;
  }

.line_nwp_ALADIN-ARSO {
  fill: none;
  stroke: rgb(228, 26, 28);
  stroke-width: 2px;
}


.tephy_labels_ALADIN-ARSO{
    color:rgb(228, 26, 28) !important;
    fill:rgb(228, 26, 28)
}
.tephy_labels_ICON-IMS{
    color:rgb(77, 175, 74) !important;
    fill:rgb(77, 175, 74);
}
.tephy_labels_IFS-ECMWF{
    color:rgb(55, 126, 184) !important;
    fill:rgb(55, 126, 184);
}


.infoactive{
   color: #74b35f!important;
}

.mapinfoactive{
   cursor:pointer;
}

#date-selector{
    display:block;
}

.qqbox{
    margin-bottom:20px;
}


.bd-placeholder-img {

    text-anchor: middle;
    }


.nav-pills .nav-link {
    border-radius: unset;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e9c46a;
}

.shortlayerlistmenu{
    margin-top: 158px;
    background-color: #636a71b3;
    position: absolute;
    width: 169px;
    top: 0px;
    left: 72px;
    display: none;
    overflow-y: auto;
    font-size: 14px;
    color:#fff;
    scrollbar-width: thin;
    max-height: calc(100% - 219px);

}



.toggled#shortlayerlist {
    display:block;

   /* transition: all 0.1s ease; */
}

.toggled#layerlistshorticon{

    background-color: #636a71;
}

.short_TOC_li{
    margin-left:35px;
}
.short_TOC_li_headings{
    border-top: white;
    border-top-width: 1px;
    border-top-style: solid;
    }

#sliderfullscreenspace{
    position: absolute;
    bottom: 43px;
    z-index: 1010;
    width: 98%;
}

#sliderfullscreen{
    margin-left: 84px;
    margin-right: 157px;
}

#prediction-slider-full{
    padding-left: 9px;
    font-size: 14px;
    left: 50%;
    width: 150px;
    height: 20px;
    line-height: 18px;
    background-color:#e9c46a;
    margin-left: -70px;
}


.toggled#sliderfullscreenspace {
    display: none;
}

#sliderfullscreenvertical{
    position: absolute;
    bottom: 40px;
    right: 103px;

}
#prediction-slider-full-vertical{
    width: 42px;
    height: 20px;
    line-height: 19px;
    font-size: 14px;
    padding-left: 2px;
    margin-left: -10px;
    background-color:#e9c46a;

}


.leaflet-popup-content {
    margin: 5px 5px;
    line-height: 1.4;
    width: 326px;
    max-height: 391px;
    overflow-y: auto;
    overflow-x: hidden;

}

.leaflet-popup-content-wrapper {
    border-radius: unset;
}

.leaflet-container a:hover{
    color:#e9c46a;
}



.layererror {
  background-color: #ff0000;
  animation-name: lelevlaertcolor;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}


.loadingvprofiletext {
  text-align: center;
  border: 3px solid green;

  background-color: #ffa0008a;
  animation-name: lelevlaertcolor;
  animation-duration: 1s;
  animation-iteration-count: infinite;

}

.layerloading {
  background-color: #ffa0008a;
  animation-name: lelevlaertcolor;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.skewtmainloadingelement {
    float: left;
    padding: 2px 2px 2px 2px;
    border: 1px solid #fff;
    font-size:9px;
}

.loading_skewt{
    background-color: #ffa0008a;
    animation-name: lelevlaertcolor;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.loaded_skewt{
    background-color: #8bef98;
}


.layerloaded {
  background-color: #00ff00;

}

.loading_skewt_focus{
    border: 1px solid black;
    padding: 2px 2px 2px 2px;
}


.observation_line_chart{
    margin-top:10px;
}

.observation_line_chart_variable{
    margin-bottom:5px;
}

.hydroCahrtOnOffSwitchli{
    width:118px;

}

.threshold_input_box{
        width: 26px;
    height: 17px;
}

.icon-zombie{
    color:#e21339;
}

.icon-lazy{
    color:#e2a613;
}

.icon-active{
    color:#13e22c;
}

@keyframes fadeIn {
  from { opacity: 0; }
}

.loadingtephigram {
    padding-top: 200px;
    animation: fadeIn 1s infinite alternate;
    padding-left: 245px;
}


#scrollcontent:hover{
    cursor: move;
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#scrollplaypauseffrw{
    background-color:#fff;
    width: 242px;
    position: absolute;
    height: 60px;
    bottom: 0px;
}

.scrollbarplaybuttons{
    left:3px;
        top: 3px;
    height: 54px;
}


.btn-outline-light{

    color:#8c9095
}


@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .2;
    }
}

.saving span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}


.modal-backdrop.show {
    opacity: 0.8;
}


@media (max-width: 1000px) {
    #page-content-wrapper {
        width:calc(100%);
        margin-left:0px;
    }
    #sidebar-wrapper{
        display:none;
    }
    .toggled#sidebar-wrapper-3 {
        margin-left:-72px;
    }
    #sidebar-wrapper-3 {
        margin-left:0px;
        width: 71px;
        left: 0px;
    }
    .toggled#page-content-wrapper {
        margin-left: 72px;
    }
    * {
      touch-action: manipulation;
    }
    .toggled#sidebar-wrapper-2 {
        width: 100%!important;
        height: 80%!important;
        left: 0px!important;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1002!important;
        opacity: 0.9;
        /* transition: all 0.1s ease; */
    }
    .sidebar-wrapper-2 {
        width: 100%!important;
        height: 800px;
        left: 0px!important;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1000!important;
        opacity: 0.9;
        /* transition: all 0.1s ease; */
    }
    #sidebar-wrapper-2 > div{
        padding-left:0px!important;
        margin-left:0px!important;
        width:100%!important;
    }
}



